runtime.hexdumper.dataBuf (field)
11 uses
runtime (current package)
hexdump.go#L72: dataBuf [16]byte
hexdump.go#L91: n := copy(h.dataBuf[h.dataPos:], data)
hexdump.go#L94: if h.dataPos < uint8(len(h.dataBuf)) {
hexdump.go#L97: h.flushLine(h.dataBuf[:])
hexdump.go#L102: for len(data) >= len(h.dataBuf) {
hexdump.go#L103: h.flushLine(data[:len(h.dataBuf)])
hexdump.go#L104: data = data[len(h.dataBuf):]
hexdump.go#L108: h.dataPos = uint8(copy(h.dataBuf[:], data))
hexdump.go#L113: h.flushLine(h.dataBuf[:h.dataPos])
hexdump.go#L118: const bytesPerLine = len(h.dataBuf)
hexdump.go#L161: const bytesPerLine = len(h.dataBuf)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |